Developer Documentation
PATH  Mac OS X Documentation > Developer Tools > Mac OS X Assembler Guide


Previous | Contents | Next

Additional Processor-Specific Directives

The following processor-specific directives are synonyms for other standard directives described earlier in this chapter; although they are listed here for completeness, their use isn't recommended; wherever possible, you should use the standard directive instead.

The following are M68000-specific directives:

M68000 Directive

Standard Directive

.skip

.space

.float

.single

.even

.align 1

.proc

<<reserved for future use>>

The following are i386-specific directives:

i386 Directive

Standard Directive

.ffloat

.single

.dfloat

.double

.tfloat

[expression] ยจ 80-bit IEEE extended precision floating-point

.word

.short

.value

.short

.ident

(ignored)

.def

(ignored)

.optim

(ignored)

.version

(ignored)

.ln

(ignored)

 


Mac OS X Assembler Guide: ASM Directives

Previous | Contents | Next